home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
com!online 2002 January
/
com! 2002.01.iso
/
autohtml
/
selfhtml
/
html
/
multimedia
/
anzeige
/
nibbles.swf
/
scripts
/
DefineButton2_43
/
BUTTONCONDACTION on(keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-27
|
131 b
|
7 lines
on(keyPress "<Space>"){
setProperty("gameover1", _X, "1200");
level -= "1";
call("nextlevel");
gotoAndStop(9);
}